Keysight VISA.NET Help
WriteBinary(UInt64[]) Method



The array of UInt64 integers to be added to the formatted I/O write buffer.
Formats the specified array as a raw binary array and adds it to the formatted I/O write buffer. Raw binary arrays of 64-bit integers are supported, but IEEE 488.2 does not define arbitrary blocks of 64-bit integers.
Syntax
'Declaration
 
<CLSCompliantAttribute(False)>
Overloads Sub WriteBinary( _
   ByVal data() As ULong _
) 
'Usage
 
Dim instance As IMessageBasedFormattedIO
Dim data() As ULong
 
instance.WriteBinary(data)
[CLSCompliant(false)]
void WriteBinary( 
   ulong[] data
)
[CLSCompliant(false)]
void WriteBinary( 
   array<ulong>^ data
) 

Parameters

data
The array of UInt64 integers to be added to the formatted I/O write buffer.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025